home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Jumpstart / Multimedia Microsoft Jumpstart Version 1.1a (Microsoft).BIN / develpmt / source / sprites / sprites.ini < prev   
Encoding:
INI File  |  1993-12-05  |  1.2 KB  |  92 lines

  1. ; SPRITES.INI
  2.  
  3. ;
  4. ; Background DIB definition
  5. ;
  6.  
  7. [Background]
  8. dib=dibs\bkgnd.dib
  9.  
  10. ;
  11. ; List of all the sprites
  12. ;
  13.  
  14. [Sprites]
  15. cloud1=1
  16. cloud2=1
  17. pinkflower=1
  18. redflower=1
  19. fence=1
  20. grass=1
  21. sun=1
  22. moon=1
  23.  
  24. ;
  25. ; Individual sprite information
  26. ;
  27. ; field     default description
  28. ; -----     ------- -----------
  29. ;
  30. ; dib       (none)  path to the DIB file containing the image
  31. ; x         0       the X co-ordinate of the top left corner
  32. ; y         0       the Y co-ordinate of the top left corner
  33. ; z         0       the Z order
  34. ; vx        0       X velocity (positive is to the right)
  35. ; vy        0       Y velocity
  36. ; selectable 1      Set to 0 to make fixed (no mouse selection)
  37.  
  38. [Sun]
  39. x=400
  40. y=0
  41. z=99
  42. dib=dibs\sun.dib
  43. selectable=0
  44. vy=1
  45.  
  46. [Cloud1]
  47. x=150
  48. y=20
  49. z=80
  50. vx=2
  51. dib=dibs\cloud16.dib
  52.  
  53. [Cloud2]
  54. x=0
  55. y=30
  56. z=80
  57. vx=1
  58. dib=dibs\bigcloud.dib
  59.  
  60. [redflower]
  61. x=100
  62. y=150
  63. z=10
  64. dib=dibs\redflwr.dib
  65.  
  66. [pinkflower]
  67. x=200
  68. y=150
  69. z=10
  70. dib=dibs\pnkflwr.dib
  71.  
  72. [Fence]
  73. dib=dibs\fence.dib
  74. x=0
  75. y=241
  76. selectable=0
  77.  
  78. [grass]
  79. dib=dibs\grass.dib
  80. x=0
  81. y=130
  82. selectable=0
  83. z=70
  84.  
  85. [moon]
  86. x=400
  87. y=150
  88. z=98
  89. dib=dibs\moon.dib
  90. selectable=0
  91. vy=65535
  92.